U_CAPI UConverter* U_EXPORT2 ucnv_openU (const UChar * name, UErrorCode * err)

Creates a Unicode converter with the names specified as unicode string

Documentation

Creates a Unicode converter with the names specified as unicode string. The name should be limited to the ASCII-7 alphanumerics range. The actual name will be resolved with the alias file. if NULL is passed for the converter name, it will create one with the getDefaultName return value.
Returns:
the created Unicode converter object, or NULL if an error occured
Parameters:
converterName - : name of the uconv table in a zero terminated Unicode string
err - outgoing error status U_MEMORY_ALLOCATION_ERROR, TABLE_NOT_FOUND
See Also:
ucnv_open
ucnv_openCCSID
ucnv_close

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de